Instalando Docker em um WSL 2 com Ubuntu 22.04
Before start the installation process, make sure you meet the following prerequisites:
- A Windows 10 operating system with WSL 2 support.
- WSL 2 enabled.
- Ubuntu 22.04 installed on WSL 2.
| # ------------------------------------------------------------- | |
| # | |
| # Using Linux System calls for 64-bit | |
| # to run: | |
| # gcc -c hello.s && ld hello.o && ./a.out | |
| # o | |
| # gcc -nostdlib hello.s && ./a.out | |
| # | |
| # -------------------------------------------------------------- |
| # ------------------------------------------------------------- | |
| # | |
| # Using Linux System calls for 64-bit | |
| # to run: | |
| # gcc -c hello.s && ld hello.o && ./a.out | |
| # o | |
| # gcc -nostdlib hello.s && ./a.out | |
| # | |
| # -------------------------------------------------------------- |
| defmodule Oban.Pro.Clouds.Heroku do | |
| @moduledoc false | |
| @behaviour Oban.Pro.Cloud | |
| @enforce_keys [:app, :auth_token, :dyno] | |
| defstruct @enforce_keys | |
| @impl Oban.Pro.Cloud | |
| def init(opts) do |
| # Please Note, I am sharing this, hoping this will be used for good public use, such as data analysis, penetration testing etc | |
| # These links are already available all over the internet | |
| # Also Note, Trying to login into someone else's account without their permission is unethical and illegal | |
| # Collection 1 | |
| magnet:?xt=urn:btih:B39C603C7E18DB8262067C5926E7D5EA5D20E12E&dn=Collection%201&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&tr=http%3a%2f%2fopentracker.xyz%3a80%2fannounce | |
| # Collection 2-5 & Antipublic | |
| magnet:?xt=urn:btih:D136B1ADDE531F38311FBF43FB96FC26DF1A34CD&dn=Collection%20%232-%235%20%26%20Antipublic&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&tr=http%3a%2f%2fopentracker.xyz%3a80%2fannounce |
The following script can be used to disable Zscaler on macOS. Zscaler is software that blocks access to Internet resources on corporate managed computers. These scripts will not uninstall the Zscaler software.
You may be asked to enter a password for command operations that require
elevated privileges via sudo. If you do not have permission to run commands
with sudo then these scripts will not work for you.